home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 3652 / note.edt < prev    next >
Encoding:
Text File  |  1992-09-28  |  3.0 KB  |  51 lines

  1. Note from the Programmer:
  2.  
  3. Five words about backing up data files: Do it often and regularly.
  4.  
  5.   The Save As feature is listed in the Test Bank, Editor, and Destination
  6. menus to allow you to keep multiple copies of your data.  Since this feature
  7. has a history list, you can easily alternate between two different drives to
  8. save each update on a different disk.
  9.   DOS has several commands to aid in creating backups.  You may use these
  10. commands before loading Test PowWare, after exiting Test PowWare, or while in a
  11. DOS shell.  A brief description: (refer to your DOS manual for more
  12. information as this is not meant to be a DOS tutorial)
  13.  
  14. COPY {Filespec 1} {Filespec 2}     will copy the file at {Filespec 1} to the
  15.                                    location at {Filespec 2}.  {Filespec 1}
  16.                                    must contain the filename and, optionally,
  17.                                    the path name of the file to be copied.
  18.                                    {Filespec 2} need only contain the pathname
  19.                                    unless the filename is to be changed.  The
  20.                                    * and ? wildcards may be used to copy more
  21.                                    than one file.
  22.  
  23. XCOPY {Filespec 1} {Filespec 2}    is similar to the copy command, but will
  24.                                    save time by loading all source files at
  25.                                    once before writing them to {Filespec 2}.
  26.                                    To use XCOPY, the file XCOPY.EXE must be
  27.                                    in the current directory or in a directory
  28.                                    listed in the PATH environment variable.
  29.  
  30. DISKCOPY {Drive 1} {Drive 2}       copies all files on {Drive 1} to {Drive 2},
  31.                                    deleting all files on the diskette in
  32.                                    {Drive 2}.  To use this command, both of
  33.                                    the diskettes must be formatted to the same
  34.                                    capacity.  To use DISKCOPY, the file
  35.                                    DISKCOPY.COM must be in the current
  36.                                    directory or in a directory listed in the
  37.                                    PATH environment variable.
  38.  
  39. BACKUP                             The backup command parameters will vary
  40.                                    with the version of DOS that you are using.
  41.                                    Refer to your DOS reference guide for more
  42.                                    details.
  43.  
  44. Remember, it only takes one little accident to totally destroy a lifetime of
  45. work.  The easiest way to protect the investment of your time and effort is
  46. to keep copies of work in separate locations.  After all, if you keep the
  47. backup diskettes with the original ones and a fire burns the building
  48. containing the original diskettes, what is left?
  49.  
  50. Make backups often and regularly:  what good is a backup if you have to
  51. replace six months of work?